home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / lib / cherbourg.g < prev    next >
Text File  |  1995-05-04  |  5KB  |  233 lines

  1. (game-module "cherbourg"
  2.   (title "Fall of Cherbourg")
  3.   (base-module "ww2-bn")
  4.   (variants
  5.    (see-all false)
  6.    (sequential true)
  7.    )
  8.   (instructions (
  9.    "As the Allies (actually just the US), you have just cut off the Cotentin peninsula. "
  10.    "Your goal is now to capture Cherbourg as soon as possible; in 7 days the Germans "
  11.    "will have rendered the port unusable."
  12.    ""
  13.    "As the Germans, your goal is to hold back the Americans during that time; "
  14.    "all your units may be sacrificed if necessary."
  15.    ))
  16.   )
  17.  
  18. (scorekeeper (do last-side-wins))
  19.  
  20. ;; This will cause units to focus appropriately.
  21.  
  22. (add u* point-value 1)
  23. (add hq-inf-corps point-value 100)
  24.  
  25. ;(scorekeeper
  26. ;  (who 1)
  27. ;  (do (if (occupied 28 108) (win 1) (lose 2)))
  28. ;  )
  29.  
  30. (set initial-date "8 19 Jun 1944")
  31.  
  32. ;; The game lasts one week.
  33.  
  34. (set last-turn 21)
  35.  
  36. (add u* start-with 0)
  37.  
  38. (side 1 (name "Allies") (adjective "Allied") (class "allied")
  39.    (color "blue") (emblem-name "white-star"))
  40.  
  41. (side 2 (name "Germany") (adjective "German") (class "german")
  42.    (color "black") (emblem-name "german-cross"))
  43.  
  44. (set sides-min 2)
  45. (set sides-max 2)
  46.  
  47. (area 54 45 (restrict 186 159 12 104))
  48.  
  49. (include "t-normandy") ; has to go here so towns get on German side
  50.  
  51. (unit-defaults (@ 0 104))
  52.  
  53. ;; Towns in Allied hands.
  54.  
  55. (unit "Barneville" (s 1))
  56. (unit "Carteret" (s 1))
  57. (unit "Quineville" (s 1))
  58. (unit "St Mere-Eglise" (s 1))
  59. (unit "St Sauveur" (s 1))
  60.  
  61. ;; Make this vanish - still German, but irrelevant here.
  62.  
  63. (unit "La Haye-du-Puits" (hp 0))
  64.  
  65. ;;; Allies consist of basically three American divisions.
  66.  
  67. (inf-mot 24 18 1)
  68. (inf-mot 26 17 1)
  69. (inf-mot 27 17 1)
  70. (inf-mot 28 16 1)
  71. (inf-mot 30 16 1)
  72. (inf-mot 31 15 1)
  73. (inf-mot 32 15 1)
  74. (inf-mot 34 14 1)
  75. (inf-mot 35 14 1)
  76. (inf-mot 36 14 1)
  77. (inf-mot 39 12 1)
  78. (inf-mot 40 11 1)
  79. (inf-mot 42 11 1)
  80. (inf-mot 43 11 1)
  81. (inf-mot 44 11 1)
  82. (inf-mot 54 11 1)
  83. (inf-mot 42 10 1)
  84. (inf-mot 45 10 1)
  85. (inf-mot 46 10 1)
  86. (inf-mot 47 10 1)
  87. (inf-mot 48 10 1)
  88. (inf-mot 49 10 1)
  89. (inf-mot 50 10 1)
  90. (inf-mot 51 10 1)
  91. (inf-mot 52 10 1)
  92. (inf-mot 53 10 1)
  93. (inf-mot 54 10 1)
  94. (cav-mech 55 11 1 (n "24"))
  95. (cav-mech 41 10 1 (n "4"))
  96. (cav-mech-trp 25 18 1)
  97. (cav-mech-trp 38 13 1)
  98. (cav-mech-trp 44 10 1)
  99. (arty-hq 49 9 1)
  100. (arty-hq 51 9 1)
  101. (arty-hq 48 8 1)
  102. (arty-hq 52 8 1)
  103. (arty-towed 51 8 1 (n "20"))
  104. (arty-towed 51 8 1 (n "29"))
  105. (arty-towed 51 8 1 (n "42"))
  106. (arty-towed 51 8 1 (n "44"))
  107. (arty-towed 28 15 1)
  108. (arty-towed 28 15 1)
  109. (arty-towed 28 15 1)
  110. (arty-towed 28 15 1)
  111. (arty-towed 42 9 1)
  112. (arty-towed 42 9 1)
  113. (arty-towed 42 9 1)
  114. (arty-towed 42 9 1)
  115. (arty-at 37 14 1 (n "801"))
  116. (arty-at 44 9 1 (n "812"))
  117. (arty-mortar4.2 52 9 1)
  118. (arty-sp-at 45 9 1 (n "899"))
  119. (tank 29 16 1 (n "70"))
  120. (tank 41 11 1 (n "746"))
  121. (tank 50 9 1 (n "749"))
  122. (hq-mot-div 29 15 1)
  123. (hq-mot-div 44 7 1)
  124. (hq-mot-div 51 7 1)
  125. (hq-inf-corps 53 4 1 (n "VII"))
  126.  
  127. ;;; Germans have a mixed bag with plenty of artillery and fortifications.
  128. ;;; Most infantry should be damaged to some extent.
  129.  
  130. (inf 26 18 2)
  131. (inf 28 17 2)
  132. (inf 30 17 2)
  133. (inf 31 16 2)
  134. (inf 33 15 2)
  135. (inf 35 15 2)
  136. (inf 37 15 2)
  137. (inf 38 14 2)
  138. (inf 39 13 2)
  139. (inf 40 12 2)
  140. (inf 41 12 2)
  141. (inf 42 12 2)
  142. (inf 44 12 2)
  143. (inf 45 11 2)
  144. (inf 47 11 2)
  145. (inf 48 11 2)
  146. (inf 49 11 2 (in 46))
  147. (inf 51 11 2)
  148. (inf-bicycle 46 11 2)
  149. (inf-ost 53 11 2 (n "561"))
  150. (inf-ost 52 11 2 (n "649"))
  151. (inf-ost 50 11 2 (n "795"))
  152. (inf-ost 49 11 2 (n "797") (in 46))
  153. (inf-mot 34 15 2 (n "AOK 7"))
  154. (inf-mg-co 24 19 2 (n "1/17"))
  155. (inf-mg-co 27 18 2 (n "2/17"))
  156. (inf-mg-co 29 17 2 (n "3/17"))
  157. (arty-cd-cased 53 23 2 (n "10/1261"))
  158. (arty-cd-cased 50 15 2 (n "5/1261"))
  159. (arty-cd-cased 53 15 2 (n "8/1261"))
  160. (arty-cd-cased 41 29 2 (n "MKB BROM"))
  161. (arty-cd-cased 43 29 2 (n "MKB HAMBURG"))
  162. (arty-cd-cased 37 27 2 (n "MKB ROUL"))
  163. (arty-cd-cased 30 35 2 (n "MKB YORK"))
  164. (arty-cd-cased 37 31 2)
  165. (arty-cd-open 52 14 2 (n "4/1261"))
  166. (arty-cd-open 52 15 2 (n "6/1261"))
  167. (arty-cd-open 52 18 2 (n "9/1261"))
  168. (arty-cd-open 52 25 2 (n "MKB BLANK"))
  169. (arty-rr 33 23 2)
  170. (arty-horse 35 16 2 (n "458th"))
  171. (arty-horse 45 17 2 (n "467th"))
  172. (arty-flak-bty 32 30 2)
  173. (arty-flak-bty 34 30 2)
  174. (arty-flak-bty 37 30 2)
  175. (arty-flak-bty 33 28 2)
  176. (arty-flak-bty 35 28 2)
  177. (arty-flak-bty 43 28 2)
  178. (arty-flak-bty 42 27 2)
  179. (arty-flak-bty 43 27 2)
  180. (arty-flak-bty 42 26 2)
  181. (arty-flak-bty 43 26 2)
  182. (arty-flak-bty 44 26 2)
  183. (arty-flak-bty 42 25 2)
  184. (arty-flak-bty 43 25 2)
  185. (arty-flak-bty 44 25 2)
  186. (arty-flak-bty 42 24 2)
  187. (arty-nebel 39 21 2 (n "I/101"))
  188. (arty-nebel 40 20 2 (n "II/101"))
  189. (arty-nebel 41 19 2 (n "III/101"))
  190. (tank 45 12 2)
  191. (assault-gun 43 12 2)
  192. (hq-inf-div 32 16 2)
  193. (hq-inf-div 36 16 2)
  194. (hq-inf-div 44 16 2 (in 74))
  195. (hq-inf-corps 35 31 2 (n "LXXXIV") (in 26))
  196. (fort 36 28 2 (n "Fort du Roule"))
  197. (fort 32 35 2)
  198. (fort 34 33 2)
  199. (fort 32 32 2)
  200. (fort 33 31 2)
  201. (fort 36 26 2)
  202. (fortification 28 37 2)
  203. (fortification 28 36 2)
  204. (fortification 29 35 2)
  205. (fortification 29 34 2)
  206. (fortification 29 33 2)
  207. (fortification 29 32 2)
  208. (fortification 30 31 2)
  209. (fortification 30 30 2)
  210. (fortification 40 30 2)
  211. (fortification 31 29 2)
  212. (fortification 40 29 2)
  213. (fortification 44 29 2)
  214. (fortification 32 28 2)
  215. (fortification 39 28 2)
  216. (fortification 44 28 2)
  217. (fortification 33 27 2)
  218. (fortification 34 27 2)
  219. (fortification 44 27 2)
  220. (fortification 35 26 2)
  221. (fortification 37 26 2)
  222. (fortification 45 26 2)
  223. (fortification 38 25 2)
  224. (fortification 45 25 2)
  225. (fortification 39 24 2)
  226. (fortification 40 24 2)
  227. (fortification 44 24 2)
  228. (fortification 45 24 2)
  229. (fortification 41 23 2)
  230. (fortification 42 23 2)
  231. (fortification 43 23 2)
  232. (fortification 44 23 2)
  233.